home *** CD-ROM | disk | FTP | other *** search
- *** options.h.orig Fri Dec 29 16:08:16 1995
- --- options.h Fri Mar 22 14:18:47 1996
- ***************
- *** 103,109 ****
- #define LOGFAC LOG_DAEMON /* what syslog facility should named use? */
- #endif
- #define SECURE_ZONES /* if you want to inhibit world access to zones (gns)*/
- ! #define ROUND_ROBIN /* rotate databuf list after each access (mtr) */
- #define ADDAUTH /* return NS and glue w/ authorative answers (mpa) */
- #define RFC1535 /* use RFC 1535 default for "search" list (vix) */
- #define GEN_AXFR /* distinct zones within each class */
- --- 103,110 ----
- #define LOGFAC LOG_DAEMON /* what syslog facility should named use? */
- #endif
- #define SECURE_ZONES /* if you want to inhibit world access to zones (gns)*/
- ! /* #define ROUND_ROBIN /* rotate databuf list after each access (mtr) */
- ! #define SETTRANSFER /* permit alternative zone transfer mechanisms (tpb) */
- #define ADDAUTH /* return NS and glue w/ authorative answers (mpa) */
- #define RFC1535 /* use RFC 1535 default for "search" list (vix) */
- #define GEN_AXFR /* distinct zones within each class */
- ***************
- *** 121,129 ****
- --- 122,136 ----
- /*#define LOC_RR /* support for (draft) LOC record parsing (ckd) */
- #define SORT_RESPONSE /* should we try to sort responses optimally? (vix) */
-
- +
- /*--------------------------------------------*
- * no user-servicable parts beyond this point *
- *--------------------------------------------*/
- +
- + /* This will cause an error if mutually exclusive options have been chosen*/
- + #if defined(SETTRANSFER) && defined(ROUND_ROBIN)
- + Warning options "ROUND_ROBIN" and "SETTRANSFER" and mutually exclusive;
- + #endif
-
- /* if DSTORAGE is defined, we need to disable DMALLOC and remap
- * malloc and free to storage.o's exported names. storage.o also
-